home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pesquisa Dirigida
/
Pesquisa Dirigida.iso
/
JOGOS
/
blow_up.swf
/
scripts
/
DefineButton2_380
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2005-01-17
|
585b
|
21 lines
on(release){
if(_root.SoundOn)
{
_root.SoundClickButton.start();
}
_root.DialogMode = false;
_root.WindowGameMenu1._visible = false;
_root.Score = _root.LastScore;
_root.CurScore = _root.Score;
if(_root.TimeOrStepType == "TimeType" || _root.TimeOrStepType == "StepType")
{
_root.SetRandomLevel();
_root.TimerTypeTime = _root.CalculateTimerTypeMaxTime();
}
if(_root.TimeOrStepType == "PuzzleType")
{
_root.LoadLevel(_root.CurPuzzleLevel);
_root.TimerTypeTime = _root.CalculateMaxNumPopitok();
}
}